Method: GithubBackup::JSONStore#[]

Defined in:
lib/github_backup/json_store.rb

#[](key) ⇒ Object



25
26
27
# File 'lib/github_backup/json_store.rb', line 25

def [](key)
  data[key]
end